home *** CD-ROM | disk | FTP | other *** search
- Erlang Calculator v1.0
- Copyright (c) Marius Milner, 1999
- Email: mariusm@yahoo.com
- WWW: http://www.blueneptune.com/~maznliz/marius/palm.shtml
-
- ABOUT THIS PREGRAM
- ==================
-
- This program is useful primarily for telephony applications.
-
- - Given a level of traffic and number of lines, it will tell you the probability of a failed (busy)
- call.
- - Given a failure rate and number of lines, it will tell you the traffic capacity.
- - Given a failure rate and traffic level, it will tell you how many lines you need.
-
- All calculations are done in real time and without using lookup tables. This is particularly useful
- if you want to make calculations involving unusual grades of service (for example, better than 99%.
-
- Unfortunately it means that you may have to wait a long time for some calculations, particularly
- with more than 100 lines. No maximum limits are placed on traffic or number of lines, so be careful.
-
- If you have any questions or comments, or wish for any enhancements, please email me at the address
- above.
-
-
- VERSION HISTORY
- ===============
-
- v1.0 23 April 1999
- ------------------
- First public version.
-
-
- LEGAL STUFF
- ===========
-
- This software is Copyright (c) 1999 Marius Milner.
- DO NOT redistribute it without this file.
- DO NOT sell it, or its output, to anyone.
- DO NOT pay anyone for it, or its output.
- DO give it away free to anyone.
-
- This software comes with no warranty, expressed or implied, of merchantability or suitability for
- any particular purpose. No claims are made relating to the accuracy of the output of the software.
- The author accepts no responsibility for damages, tangible or intangible, caused by the use of this
- software. This software was made only from recycled electrons.
-